Say

Namespace

Informedica.Build.Template

Initial module

Nested types and modules

TypeDescription
#FavoriteColor

Finite list of Colors

#Person

A person with many different field types

Functions and values

Function or valueSignatureDescription
#add a ba:int -> b:int -> int

Adds two integers and and returns the result.

Returns: The sum of two integers.

Exceptions

System.OverflowExceptionThrown when one parameter is max and the other is greater than 0.

Remarks

This usually contains some really important information that you'll miss if you don't read the docs.

#helloPerson(person)person:Person -> string

Says hello to a specific person

#nothing(name)name:'?29490 -> unit

I do nothing